Learn R Programming

tourr (version 0.5.1)

Olive oil measurements: Olive oil samples from Italy

Description

This data is from a paper by Forina, Armanino, Lanteri, Tiscornia (1983) Classification of Olive Oils from their Fatty Acid Composition, in Martens and Russwurm (ed) Food Research and Data Anlysis. We thank Prof. Michele Forina, University of Genova, Italy for making this dataset available.

  • region Three super-classes of Italy: North, South and the island of Sardinia
  • area Nine collection areas: three from North, four from South and 2 from Sardinia
  • palmitic, palmitoleic, stearic, oleic, linoleic, linolenic, arachidic, eicosenoic fatty acids percent x 100

Usage

data(olive)

Arguments

format

A 572 x 10 numeric array

Examples

Run this code
head(olive)
animate_xy(olive[,c(7,9,10)])
animate_xy(olive[,c(7,9,10)],col=olive[,1])

Run the code above in your browser using DataLab